
popneed_intoxicants = {
	default = liquor

	entry = {
		goods = liquor
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = tobacco
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = opium
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	entry = {
		goods = prostitutes
		
		weight = 1
		max_weight = 2.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
}
popneed_luxury_drinks = {
	default = tea
	
	entry = {
		goods = tea
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = coffee
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = wine
		
		weight = 1
		max_weight = 3.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = prostitutes
		
		weight = 1
		max_weight = 2.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
}
popneed_luxury_items = {
	default = luxury_clothes
	
	entry = {
		goods = luxury_clothes
		
		weight = 1
		max_weight = 2.0 # Maxes out at 40% of supply share
		min_weight = 0.25
	}
	
	entry = {
		goods = luxury_furniture
		
		weight = 1
		max_weight = 2.0 # Maxes out at 40% of supply share
		min_weight = 0.25
	}
	
	entry = {
		goods = porcelain
		
		weight = 1
		max_weight = 2.0 # Maxes out at 40% of supply share
		min_weight = 0.25
	}
	
	entry = {
		goods = radios
		
		weight = 1
		max_weight = 2.0 # Maxes out at 40% of supply share
		min_weight = 0.0
	}
	entry = {
		goods = prostitutes
		
		weight = 1
		max_weight = 2.0 # Maxes out at 60% of supply share
		min_weight = 0.0
	}
}